home *** CD-ROM | disk | FTP | other *** search
- Path: taco.cc.ncsu.edu!news
- From: Caius Martius <caius@nando.net>
- Newsgroups: comp.lang.c++
- Subject: Re: Problems using templates in Borland v5.0
- Date: Thu, 18 Apr 1996 18:47:48 -0400
- Organization: North Carolina State University
- Message-ID: <3176C694.1E0B@nando.net>
- References: <31756C1D.4E67@nando.net> <craigaDq15pt.2rL@netcom.com>
- NNTP-Posting-Host: c00968-100lez.eos.ncsu.edu
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 2.0 (X11; I; SunOS 5.4 sun4m)
-
- Craig Arnush wrote:
- >
- > Caius Martius <caius@nando.net> writes:
- > >
- > >"Unresolved External: Bla Bla Bla..."
- > ^^^^^^^^^^^^^^
- > /
- > --------------------
- > /
- > Well, that's kind of the important bit. What it's not finding depends
- > upon what libraries are linked. What exactly is unresolved? Is it
- > soemthing from the standard run-time library? Are you, perhaps,
- > misspelling something somehow and prototyping it so it gets past the
- > compiler?
- >
- > Me
- > --
- > /-------------------------------------------------------------------\
- > | Craig Arnush | "Only the heir to the throne of the kindom of |
- > | | idiots fights a war on twelve fronts." |
- > | craiga@netcom.com | - L. Mollari |
- > \-------------------------------------------------------------------/
-
- okay, the problem breaks down like this... If I put my template class
- declarations and definitions in the same *.cpp as main(), everything
- works fine... BUT!!! (and there is always a but) If I put my template
- classes in seperate *.H and *.cpp files, then I get the unresolved
- external references to my template classes... I think that my problem
- may be with how I am placing files into the project manager...?
-
- Sorry, should have been more specific.
- --
- Caius Martius
-